home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / objects / r3chorbl.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  1.5 KB  |  65 lines

  1.  
  2. // JavaScript wrapper for r3chorbl.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_CHOREOGRAPHABLE_H = 1;
  7. include("real/objects/r3aniobj.js")
  8.  
  9.  
  10. var R3CLID_CHOREOGRAPHABLE = 165;
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. R3CHRBLA_Active = 165500;
  19. function SetR3CHRBLA_Active(value) {
  20.   R3Set(this.r3obj, R3CHRBLA_Active, value, R3TID_INTEGER, 0); 
  21. }
  22.  
  23. function GetR3CHRBLA_Active() {
  24.   return R3Get(this.r3obj, R3CHRBLA_Active, R3TID_INTEGER, 0); 
  25. }
  26.  
  27. R3CHRBLA_Names = 165501;
  28. function GetR3CHRBLA_Names() {
  29.   return R3Get(this.r3obj, R3CHRBLA_Names, R3TID_STRING, R3TNF_ARRAY); 
  30. }
  31.  
  32. R3CHRBLA_Count = 165502;
  33. function GetR3CHRBLA_Count() {
  34.   return R3Get(this.r3obj, R3CHRBLA_Count, R3TID_INTEGER, 0); 
  35. }
  36.  
  37. R3CHRBLA_Acceleration = 165503;
  38. function SetR3CHRBLA_Acceleration(value) {
  39.   R3Set(this.r3obj, R3CHRBLA_Acceleration, value, R3TID_VECTOR, 0); 
  40. }
  41.  
  42. function GetR3CHRBLA_Acceleration() {
  43.   return R3Get(this.r3obj, R3CHRBLA_Acceleration, R3TID_VECTOR, 0); 
  44. }
  45.  
  46.  
  47.  
  48. function r3Choreographable () { 
  49.    this.base = r3God;
  50.    if(arguments.length) {
  51.       this.base(R3CLID_CHOREOGRAPHABLE, arguments);
  52.    }
  53.    // Methods
  54.  
  55.    // Attributes
  56.    this.GetActive=GetR3CHRBLA_Active;
  57.    this.SetActive=SetR3CHRBLA_Active;
  58.    this.GetNames=GetR3CHRBLA_Names;
  59.    this.GetCount=GetR3CHRBLA_Count;
  60.    this.GetAcceleration=GetR3CHRBLA_Acceleration;
  61.    this.SetAcceleration=SetR3CHRBLA_Acceleration;
  62. }
  63.  
  64. r3Choreographable.prototype=new r3Aniobj;
  65. // r3chorbl.h_H